projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a193c
)
(CURDIR): New define.
author
Andrew Innes
<andrewi@gnu.org>
Wed, 6 Dec 2000 14:55:40 +0000
(14:55 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Wed, 6 Dec 2000 14:55:40 +0000
(14:55 +0000)
nt/nmake.defs
patch
|
blob
|
history
diff --git
a/nt/nmake.defs
b/nt/nmake.defs
index 4e3ead1b14d6fc3631eb24b7368efa597d91af8b..f979c9688f108c37f87e44f5540ea646b62a5c5f 100644
(file)
--- a/
nt/nmake.defs
+++ b/
nt/nmake.defs
@@
-27,10
+27,12
@@
ALL_DEPS = $**
SUBSYSTEM_WINDOWS=-subsystem:windows
SUBSYSTEM_CONSOLE=-subsystem:console
+CURDIR = $(MAKEDIR:\=/)
+
# INSTALL_DIR is the directory into which emacs will be installed.
#
!ifndef INSTALL_DIR
-INSTALL_DIR = $(
MAKE
DIR)/..
+INSTALL_DIR = $(
CUR
DIR)/..
!endif
# Allow detection of builds with MSVC 5 or later, so we can